home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung
/
Power-Programmierung (Tewi)(1994).iso
/
assemblr
/
tools
/
pcmac
/
ordemo.asm
< prev
next >
Wrap
Assembly Source File
|
1991-05-22
|
259b
|
18 lines
;ORDEMO.ASM
;Demo program for the dw and dd directives
dw 1234h
dd 12345678h
#dw hl
dw 1234h
dd 12345678h
#dd hl
dw 1234h
dd 12345678h
#dw lh
dw 1234h
dd 12345678h
#dd lh
dw 1234h
dd 12345678h
;End of the file ORDEMO.ASM